home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / latlon.zip / LATLON.DOC < prev    next >
Text File  |  1990-11-08  |  9KB  |  238 lines

  1. ┌───────────────────────────────┐
  2. │ ABOUT THE CONVERSION SOFTWARE │
  3. └───────────────────────────────┘
  4.  
  5. This software is designed for those people who would like to
  6. convert known latitude and longitude coordinates into X and Y
  7. coordinates for plotting in AutoCAD or any other CAD program that
  8. will accept DXF input files.
  9.  
  10. The user has the ability to define a Central Meridian and base
  11. parallel as an initial starting point from which all X and Y
  12. coordinates will be set. The user may also add an easting and
  13. northing value to the calculated X and Y coordinates so that
  14. negative X and Y values can be eliminated.
  15.  
  16. It is suggested that the Central Meridian and the base parallel
  17. be set to the approximate center of the area you are mapping. The
  18. further the input latitude and longitude values are from the
  19. central meridian and base parallel the more distortion there will
  20. be in the mapping of the points. The software reports a scale or
  21. distortion factor for each converted point so that the user can
  22. monitor.
  23.  
  24. The software converts the latitude and longitude to X and Y
  25. coordinates by using a Transverse Mercator projection Algorithm
  26. developed by the U.S. Geological Survey and printed in Geological
  27. Survey Bulletin 1532.
  28.  
  29. Transverse Mercator projections are made by placing a transverse
  30. cylinder around the earth. In effect, a light source at the
  31. center of the earth is used to project locations on the earth
  32. onto a map much like a slide projector projects an image onto a
  33. screen.
  34.  
  35. The program is set up to use a Clarke 1866 Spheroid as an earth
  36. model for developing constant values in the transverse Mercator
  37. projection. This spheroid model is normally used for projections
  38. centered on North America.
  39.  
  40. ┌──────────────────────────────────────┐
  41. │ PROGRAM CONFIGURATION AND DATA INPUT │
  42. └──────────────────────────────────────┘
  43.  
  44. ALL INPUT OF LATITUDE AND LONGITUDE MUST BE IN THE FOLLOWING
  45. FORMAT.
  46.  
  47. xxxDxxx'xxx"
  48.  
  49. degrees value must be followed by the letter D or d or +
  50. minutes value must be followed by the '
  51. seconds value must be followed by the "
  52.  
  53. example input would be:
  54.  
  55. 100D15'24"
  56. 88d10'
  57. 15D25'.5"
  58. -80d5'25"     *
  59. 50+10'25"
  60. 15D10.5'
  61.  
  62. * YOU ONLY ENTER A NEGATIVE LATITUDE OR LONGITUDE VALUE IN THE
  63. SETUP CONFIGURATION FILE. Input of latitude and longitude values
  64. for conversion to X and Y values are ALWAYS entered without the
  65. positive or negative sign. The negative sign in the configuration
  66. file would tell the software to consider entered values for
  67. conversion to be negative.
  68.  
  69. To start the program enter the command LATLON.
  70.  
  71. You have three choices in the main menu.
  72.  
  73. 1) Convert Latitude and Longitude to X Y
  74. 2) Change setup configuration values
  75. 3) Quit
  76.  
  77.  
  78. ┌─────────────────────────────────────────────────────┐
  79. │ CONVERTING LATITUDE AND LONGITUDE TO X AND Y VALUES │
  80. └─────────────────────────────────────────────────────┘
  81.  
  82. To convert latitude and longitude to X and Y values press the 'L'
  83. key at the main menu.
  84.  
  85. You will first be prompted for a note input for the point. This
  86. text will be printed next to the point when it is input into a
  87. CAD drawing. You may just press <<return>> if you no do wish to
  88. include a note.
  89.  
  90. You will then be asked for the Latitude and longitude for the
  91. point.
  92.  
  93. The conversion software will calculate the coordinates, apply any
  94. easting or northing values and then display the X and Y
  95. coordinates. A calculated scale factor will also be displayed.
  96.  
  97. The scale value is for your information only. The closer the
  98. value is to 1 the more accurate you know the X and Y coordinate
  99. values are. The further the input latitude and longitude are from
  100. your central meridian, the greater the distortion/scale factor
  101. will be.
  102.  
  103. Registered software users will receive a version of the
  104. conversion program that allows user input of a scaling factor to
  105. adjust for large distortions when mapping a large area.
  106.  
  107. ┌────────────────────────────┐
  108. │ CREATING A DXF OUTPUT FILE │
  109. └────────────────────────────┘
  110.  
  111. The software will automatically create a DXF output file of the
  112. converted points and notes if you have selected that option in
  113. the setup configuration file.
  114.  
  115. If you have chosen that option in your setup, a DXF output file
  116. will be created with the name LATLON.DXF
  117.  
  118. All latitude and longitude data converted during a session with
  119. the software will be input into the same DXF file. Once you exit
  120. or Quit from the main menu, the file is saved.
  121.  
  122. WARNING!!
  123.  
  124. If you wish to enter the conversion program again the file
  125. LATLON.DXF will be REPLACED by new data. If you wish to keep the
  126. DXF file you just created, use your DOS commands to rename the
  127. file to a new file name with the .DXF extension to prevent
  128. erasing it.
  129.  
  130. The DXF file can be input into AutoCAD and many other CAD
  131. programs to generate an accurate drawing or map of the latitude
  132. and longitude coordinates.
  133.  
  134. Consult the CAD program instructions for input of a DXF file.
  135.  
  136. ┌───────────────────────────┐
  137. │ SETUP CONFIGURATION FILE  │
  138. └───────────────────────────┘
  139.  
  140. The software reads an ASCI text file name "LATLON.CFG"
  141.  
  142. The file LATLON.CFG contains basic setup information for the
  143. software to use in calculating X and Y coordinates and for
  144. creating the DXF output file.
  145.  
  146. A sample LATLON.CFG file is as follows.
  147. Each line contains one setup value.
  148.  
  149.                -100D  *
  150.                  40D
  151.                FEET
  152.                0
  153.                0
  154.                Y
  155.                2
  156.  
  157. The first line in the file is the Central meridian (longitude) to
  158. use as an initial X coordinate value of 0.  If the central
  159. meridian you select is West of the Prime Meridian (which runs
  160. thru England) you must enter then longitude as a negative value.
  161. If the central meridian is East of the Prime meridian, you enter
  162. the longitude as positive.
  163.  
  164. * YOU ONLY ENTER A NEGATIVE LATITUDE OR LONGITUDE VALUE IN THE
  165. SETUP CONFIGURATION FILE. Input of latitude and longitude values
  166. for conversion to X and Y values are ALWAYS entered without the
  167. positive or negative sign. The negative sign in the configuration
  168. file would tell the software to consider entered values for
  169. conversion to be negative.
  170.  
  171. The second line is the base parallel (latitude) to use as an
  172. initial Y coordinate value of 0. If the base parallel is north of
  173. the equator the latitude is positive. If the base parallel is
  174. south of the equator then the latitude must be entered as a
  175. negative value.
  176.  
  177. The third line in the configuration file is the default UNITS to
  178. use in conversion. Units may be in METERS, FEET or MILES. A
  179. conversion factor is applied to all calculated X and Y
  180. coordinates based on the units you select.
  181.  
  182. The fourth line is an easting or 'X' value to add to the
  183. calculated X coordinate. 
  184.  
  185. Line 5 is a northing or 'Y' value to add to the calculated Y
  186. coordinate.
  187.  
  188. By adding an easting or northing value to the calculated X and Y
  189. coordinates, you can avoid getting negative coordinates. This may
  190. be desirable once the points are input into a CAD program. The
  191. location of points relative to each other is not affected by the
  192. easting and northing values.
  193.  
  194. Line 6 tells the software whether you want to create a DXF output
  195. file of the calculated X and Y coordinates. A simple Y or N is
  196. required.
  197.  
  198. Line 7 is the height for notes in the DXF file. This value must
  199. be entered even if you say No to creation of a DXF output file.
  200.  
  201. To change any of these setup configuration values choose that
  202. option from the main menu by pressing the letter C. You will be
  203. asked for input on each of the options and a new configuration
  204. file will be created to reflect your choices. A default
  205. configuration file equal to the sample in this documentation file
  206. is included with this package. The configuration file must be
  207. present on the disk or in the same sub-directory as the main
  208. program.
  209.  
  210. ┌────────────┐
  211. │ SHAREWARE  │
  212. └────────────┘
  213.  
  214. This conversion software is being distributed as shareware.
  215.  
  216. If you receive a copy of the software and use it, use should
  217. register it.
  218.  
  219. Registered users will receive a current copy of the software that
  220. includes additional features. Additional features include being
  221. able to select various spheroid models of the earth for more
  222. accurate mapping of various portions of the globe as well as
  223. input of a scaling value to evenly balance distortion across a
  224. mapping area.
  225.  
  226. Updated versions of the software will include inverse conversion
  227. of X and Y values to latitude and longitude and additional
  228. projection algorithms.
  229.  
  230. Users should send a registration fee of $20 to:
  231.  
  232. TDM Software
  233. Terry Majewski
  234. 3620 L Street
  235. Lincoln, NE. 68510
  236.  
  237. Comments and criticism and always welcome.
  238.